/*公用css*/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "微软雅黑";
}

ul,
li {
    list-style: none;
}

input {
    background: none;
    outline: none;
    border: none;
}

input:focus {
    border: none;
}

.navMain {
    position: absolute;
    top: 0;
    height: 80px;
    width: 100%;
    z-index: 9;
   
}

.navMain .center {
    padding: 0 48px;
    height: 80px;
    margin: 0 auto;
}

.navMain .center .logo {
    float: left;
    width: 202px;
    height: 53px;
    margin-top: 13px;
}

.navMain .center .rightLI {
    overflow: hidden;
    float: right;
}

.navMain .center .rightLI .home {
    float: right;
    width: 118px;
    height: 42px;
    background: #224FBE;
    border-radius: 2px;
    text-align: center;
    line-height: 42px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    margin: 19px 0 0 120px;
}

.navMain .center .rightLI .List {
    height: 80px;
    color: #FFF;
    float: right;
    margin-right: 25px;
}

.navMain .center .rightLI .List .cell {
    float: left;
    width: 118px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-left: 12px;
    margin-top: 19px;
    transition: all 0.2s ease-out 0s;
    position: relative;
}

.navMain .center .rightLI .List .cell:hover {
    background: #224FBE;
    border-radius: 2px;
}

.navMain .center .rightLI .List .cell.active {
    background: #224FBE;
    border-radius: 2px;
}

.navMain .center .rightLI .List .cell img {
    margin-left: 8px;
}

.navMain .center .rightLI .search {
    float: right;
    width: 222px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 24px;
}

.navMain .center .rightLI .search input {
    width: 180px;
    height: 32px;
    padding-left: 16px;
}

.navMain .center .rightLI .search img {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.navMain .showBox {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    padding-bottom: 40px;
    border-bottom: 10px solid #224FBE;
    background: #FFF;
    z-index: 99999;
    display: none;
}

.navMain .showBox .showcenter {
    width: 1400px;
    margin: 0 auto;
}

.navMain .showBox .showcenter .item {
    float: left;
    margin: 33px 34px 0 0;
    width: 430px;
}

.navMain .showBox .showcenter .item .tip {
    border-bottom: 1px solid rgba(103, 103, 103, 0.2);
    height: 26px;
}

.navMain .showBox .showcenter .item .tip .name {
    float: left;
    border-bottom: 4px solid #224FBE;
    font-weight: bold;
    color: #1C1D1D;
    font-size: 18px;
}

.navMain .showBox .showcenter .item .list {
    padding-top: 8px;
    width: 430px;
}

.navMain .showBox .showcenter .item .list ._cll a {
    line-height: 24px;
    display: inline-block;
    width: 192px;
    height: 24px;
    font-weight: 500;
    color: #676767;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
}

.navMain .showBox .showcenter .item .list ._cll a:hover {
    color: #224FBE;
}


/*底部公共*/

.footContainer {
    width: 100%;
    height: 409px;
    background: #1C1D1D;
}

.footContainer .center {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}

.footContainer .center .left {
    float: left;
    width: 372px;
    position: relative;
}

.footContainer .center .left .logo {
    padding-top: 27px;
    margin: 0 auto;
    width: 202px;
}

.footContainer .center .left .wxCode {
    margin: 39px 0 17px;
}

.footContainer .center .left .wxCode .code01 {
    float: left;
}

.footContainer .center .left .wxCode .code01 img {
    width: 126px;
    height: 126px;
    margin-bottom: 22px;
}

.footContainer .center .left .wxCode .code01.mini {
    margin-left: 54px;
}

.footContainer .center .left p {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #676767;
}

.footContainer .center .left .line {
    position: absolute;
    right: 0;
    top: 50px;
    width: 1px;
    height: 255px;
    background: #4D4D4D;
}

.footContainer .center .right {
    float: left;
    overflow: hidden;
    margin-left: 134px;
    display: flex;
    justify-content: space-between;
    padding-top: 53px;
    width: 892px;
}

.footContainer .center .right .item .name {
    font-size: 16px;
    font-weight: 500;
    color: #F7F7F7;
    margin-bottom: 22px;
}

.footContainer .center .right .item a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #a3a1a1;
    line-height: 28px;
}

.footContainer .center .right .item a:hover {
    text-decoration: underline;
}

.footContainer .center .cler {
    padding-top: 50px;
    clear: both;
}

.footContainer .center .bottomBox {
    border-top: 1px solid #4D4D4D;
    line-height: 50px;
    text-align: center;
}

.footContainer .center .bottomBox .fn01 {
    color: #676767;
    font-size: 14px;
    font-weight: 500;
    margin-right: 22px;
}

.footContainer .center .bottomBox .fn02 {
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
}

.footContainer .center .bottomBox img {
    margin: 0 12px;
}

.rightBox {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 20%;
}

.rightBox .item {
    width: 80px;
    height: 80px;
    background: #224FBE;
    border-radius: 4px;
    cursor: pointer;
}

.rightBox .item img {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

.rightBox .item p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
}

#toTop {
    display: none;
}

@media screen and (max-width: 1600px) {
    .navMain .center{
        padding: 0 34px;
    }
    .navMain .center .rightLI .search {
        width: 122px;
    }
    .navMain .center .rightLI .search input {
        width: 80px;
    }
    .footContainer .center{
        width: 1200px;
    }
    .footContainer .center .right{
        margin-left: 44px;
        width: 770px;
    }
    .navMain .center .rightLI .List .cell{
        width: 100px;
    }
    .preview .center{
        width: 1200px !important;
    }
}

@media screen and (max-width: 1400px) {
    .navMain .center .rightLI .search {
        display: none;
    }
    .navMain .center .rightLI .List{
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .navMain .center .rightLI .List .cell{
        width: 90px;
        font-size: 14px;
    }
    .preview .center{
        width: 1000px !important;
    }
}